home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / DEFAULT.FRT < prev    next >
Text File  |  1995-02-24  |  1KB  |  40 lines

  1. VERSION 2.00
  2. Begin Form <<formname>>
  3.    BackColor       =   &H8000000F&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "<<caption>>"
  6.    ClientHeight    =   5805
  7.    ClientLeft      =   645
  8.    ClientTop       =   1035
  9.    ClientWidth     =   7575
  10.    ControlBox      =   0   'False
  11.    Height          =   6210
  12.    Left            =   585
  13.    LinkTopic       =   "<<formname>>"
  14.    ScaleHeight     =   5805
  15.    ScaleWidth      =   7575
  16.    Top             =   690
  17.    Width           =   7695
  18.    Begin CommandButton bForm 
  19.       Caption         =   "&Cancel"
  20.       Height          =   495
  21.       Index           =   1
  22.       Left            =   1380
  23.       TabIndex        =   1
  24.       Top             =   5160
  25.       Width           =   1215
  26.    End
  27.    Begin CommandButton bForm 
  28.       Caption         =   "&Ok"
  29.       Height          =   495
  30.       Index           =   0
  31.       Left            =   120
  32.       TabIndex        =   0
  33.       Top             =   5160
  34.       Width           =   1215
  35.    End
  36.    <<fieldcontrols>>
  37. End
  38. Option Explicit
  39.  
  40.